(custom-display): Use correct syntax for `supports' attributes.
authorMiles Bader <miles@gnu.org>
Mon, 10 Jun 2002 02:51:18 +0000 (02:51 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 10 Jun 2002 02:51:18 +0000 (02:51 +0000)
lisp/cus-edit.el

index d09d39733b37bdc3fd84c9c72fafe25e2f797614..d6d82f34c2e046ed9395e950bc491e202bcbc00d 100644 (file)
@@ -2631,7 +2631,7 @@ Match frames with dark backgrounds.")
                  (group :sibling-args (:help-echo "\
 Only match frames that support the specified face attributes.")
                         (const :format "Supports attributes:" supports)
-                        (custom-face-edit :format "%n%v"))))))
+                        (custom-face-edit :inline t :format "%n%v"))))))
 
 ;;; The `custom-face' Widget.